home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TMAGDIALOG / TMAGDIALOG.txt
Text File  |  1998-06-30  |  1KB  |  54 lines

  1. object MagDialog: TMagDialog
  2.   Left = 600
  3.   Top = 32
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Magnifier'
  7.   ClientHeight = 225
  8.   ClientWidth = 200
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 200
  23.     Height = 25
  24.     Align = alTop
  25.     TabOrder = 0
  26.     object Mag_1: TCheckBox
  27.       Left = 3
  28.       Top = 4
  29.       Width = 57
  30.       Height = 17
  31.       Caption = 'X , Y'
  32.       TabOrder = 0
  33.       OnClick = Mag_1Click
  34.     end
  35.     object Edit: TEdit
  36.       Left = 52
  37.       Top = 2
  38.       Width = 145
  39.       Height = 20
  40.       ImeName = 'MS-IME97 ∩┐╜∩┐╜∩┐╜{∩┐╜∩┐╜∩┐╜∩┐╜═╝∩┐╜∩┐╜∩┐╜'
  41.       TabOrder = 1
  42.       Text = 'Edit'
  43.     end
  44.   end
  45.   object MagGLWin: TOpenGLWin
  46.     Left = 0
  47.     Top = 25
  48.     Width = 200
  49.     Height = 200
  50.     OnPaint = MagGLWinPaint
  51.     DoubleBuffer = True
  52.   end
  53. end
  54.